This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
This is the closest you can get without the WinAPI: ~Fred Fezresagenader 26.Jan.04 10:43 AM a Web browser Applications Development 6.5Windows 2000
For a Time/Date item in a document, you can extract the centiseconds part of the value:
E = Evaluate({@Text(DateTimeField; "*")}, doc)
cs% = Clng("&H" & Right$(E(0), 8)) Mod 100